net/http/httptest.ResponseRecorder.snapHeader (field)
6 uses
net/http/httptest (current package)
recorder.go#L46: snapHeader http.Header // snapshot of HeaderMap at first Write
recorder.go#L154: rw.snapHeader = rw.HeaderMap.Clone()
recorder.go#L185: if rw.snapHeader == nil {
recorder.go#L186: rw.snapHeader = rw.HeaderMap.Clone()
recorder.go#L193: Header: rw.snapHeader,
recorder.go#L207: if trailers, ok := rw.snapHeader["Trailer"]; ok {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)